public function set mCommand(param1:String) : void
{
_Command = param1;
}
public function get mLongName() : String
{
return "SPECIAL FORCES SOLDIER";
}
public function get mCommandProceed() : Boolean
{
return true;
}
public function get mShortDesc() : String
{
return "This soldier is skilled in these types of conflicts. Employed from around the globe they are the best of the best in combat situations. Good against troops!";
}
public function get mCommandHalt() : Boolean
{
return false;
}
override public function get mSmallPrize() : int
{
return mCost;
}
override public function get mPrize() : int
{
return mCost * 10;
}
public function get mCommandTakeControl() : Boolean